Determines whether the specified object is equal to the current object.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Parameters
- obj
- Type: System..::..Object
The object to compare with the current object.